'Declaration Protected MustOverride Function CreateInnerCommand( _ ByVal connection As TInnerConnection _ ) As TInnerCommand
protected abstract TInnerCommand CreateInnerCommand( TInnerConnection connection )
Parameters
- connection
Return Value
The created inner command.